home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / flip3206.zip / README < prev    next >
Text File  |  1997-03-23  |  3KB  |  88 lines

  1.  
  2.  FLIP32 v0.6B             copyright (c) 1996-97, Xavier Defrang (aka brioche)
  3.  
  4.  about FLIP32
  5.  ------------
  6.  
  7.  FLIP32 is a WATCOM C/C++ package which demonstrate you how to play Autodesk
  8.  Animator's FLI files under flat 32-bit protected mode environment.
  9.  
  10.  The main purpose of this  package is _NOT_ to learn you all about FLIC files
  11.  but only to  help you getting the basics to implement a  fast and  efficient
  12.  animation player.
  13.  
  14.  Ooh... I forgot, I assume that you already got skills in i80386+ assembler, 
  15.  WATCOM C/C++ and a bit of 32-bit protected mode knowledge.
  16.  
  17.  note: the demo provided in the package is far to be an optimized player. As
  18.  it is specified in FLIP32_A.ASM, I use the vertical retrace to synchronize
  19.  the playback.
  20.     
  21.  the demo animation was created and rendered about 1 year ago by a really
  22.  great computer artist who's also a pretty good friend of mine (hi there!)
  23.  called Laurent M. Abecassis (lmabe@dsuper.net)... ooops!  btw, since the
  24.  header of this file has been 'patched', some FLC players don't like it...
  25.  
  26.  
  27.  archive contents
  28.  ----------------
  29.  
  30.  README  .        guess what? :)
  31.  FLIP32_A.ASM     assembler routines
  32.  MKDEMO  .BAT     tiny batch to compile the demonstration (with PMODE/W)
  33.  BRIOCHE!.COM      a little addy...    
  34.  DEMO    .CPP     demo to show how to play a FLI 'direct-from-disk'
  35.  DEMO     .EXE      the executable demo.
  36.  NICE     .FLI      a beautiful demonstration animation by cassico (greet!)
  37.  FILE_ID .DIZ      description
  38.  FLIP32  .H       basic player header
  39.  TYPES   .H       another header files whith some common typedef's...
  40.  DEMO    .OBJ     a 'ready-to-go' object
  41.  FLIP32  .OBJ     an another 'ready-to-go' object
  42.  FLIP32_A.OBJ     also a 'ready-to-go' object 
  43.  
  44.  
  45.  compile informations
  46.  --------------------
  47.  
  48.  > assembled with borland TASM 3.1
  49.  > compiled with WPP386 10.6
  50.  > linked with WLINK 10.6
  51.  > tested with both DOS/4GW 1.97 and PMODE/W 1.31.
  52.  
  53.  Caution!  I'm not sure that the function flip32_unpack() will run with DOS32
  54.  extender since this extender doesn't manage linear memory as WATCOM does...
  55.  btw, its memory system (with all these crappy relocation to compute) really
  56.  sucks! :)
  57.  
  58.  if you recompile the demo, you'll not have the same size as the executable
  59.  provided since it has been packed with PMWLITE... so don't worry!
  60.  
  61.  
  62.  contacting the author
  63.  ---------------------
  64.  
  65.  if you have any questions, bug reports, ideas, comments, flames (nooo!), etc
  66.  feel free to contact me...
  67.  
  68.  snail-mail:
  69.  
  70.      Xavier Defrang
  71.      4 avenue Henry de Withem
  72.      1420 Braine L'Alleud
  73.      BELGIUM - EUROPE
  74.  
  75.  e-mail:
  76.  
  77.      106146.1452@compuserve.com
  78.  
  79.  compuserve forum:
  80.  
  81.      go pcprog
  82.         rocknet
  83.  
  84.  last words
  85.  ----------
  86.  
  87.  huuu... happy coding! :)
  88.